home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / Hy-Hyperi / HyperFinder 4.0.cpt / HF Help 4.0 / card_4434.txt < prev    next >
Encoding:
Text File  |  1989-11-16  |  954 b   |  50 lines

  1. -- card: 4434 from stack: in.0
  2. -- bmap block id: 2073
  3. -- flags: 4000
  4. -- background id: 9895
  5. -- name: H1
  6. ----- HyperTalk script -----
  7. on mouseup
  8.   go to next card
  9. end mouseup
  10.  
  11.  
  12. -- part 5 (button)
  13. -- low flags: 00
  14. -- high flags: 2002
  15. -- rect: left=254 top=291 right=321 bottom=298
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 32650 / 32650
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: next
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   go next card
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 8 (button)
  32. -- low flags: 00
  33. -- high flags: 2002
  34. -- rect: left=206 top=291 right=321 bottom=254
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 11045 / 11045
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Home Card
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual effect barn door open slowly
  46.   go to "Home"
  47. end mouseUp
  48.  
  49.  
  50.